QuickOPC User's Guide and Reference
Equals(KeyedCollection2<String,Object>) Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Configuration Namespace > ConfigurationPartCollection Class > Equals Method : Equals(KeyedCollection2<String,Object>) Method
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As KeyedCollection2(Of String,Object) _
) As Boolean
'Usage
 
Dim instance As ConfigurationPartCollection
Dim other As KeyedCollection2(Of String,Object)
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   KeyedCollection2<string,object> other
)
protected:
bool Equals( 
   KeyedCollection2<String^,Object^>^ other
) 

Parameters

other
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

ConfigurationPartCollection Class
ConfigurationPartCollection Members
Overload List